Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(start_planner): add offset to not finish before engage #4121

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Jun 29, 2023

Description

If the lateral shift is too small and end pose is same to the current pose, start planner is finished before engage.
To prevent the module from finishing add offset.

Related links

tier4_internal_slack

Tests performed

psim

Notes for reviewers

none

Interface changes

none

Effects on system behavior

none

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jun 29, 2023
@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04 ⚠️

Comparison is base (ac29eb5) 14.35% compared to head (e2af040) 14.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4121      +/-   ##
==========================================
- Coverage   14.35%   14.31%   -0.04%     
==========================================
  Files        1569     1569              
  Lines      108001   108285     +284     
  Branches    31248    31463     +215     
==========================================
+ Hits        15500    15503       +3     
- Misses      75647    75919     +272     
- Partials    16854    16863       +9     
Flag Coverage Δ *Carryforward flag
differential 13.65% <0.00%> (?)
total 14.35% <ø> (+<0.01%) ⬆️ Carriedforward from ac29eb5

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...cene_module/start_planner/start_planner_module.cpp 4.23% <0.00%> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kosuke55 kosuke55 merged commit 8381f8e into main Jun 30, 2023
25 of 28 checks passed
@kosuke55 kosuke55 deleted the feat/not_finish_start_planner_before_engage branch June 30, 2023 04:21
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Jul 17, 2023
tkimura4 pushed a commit to tier4/autoware.universe that referenced this pull request Jul 18, 2023
…foundation#4121) (#665)

feat(start_planner): add offset to not finish before engage (autowarefoundation#4121)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants